{% for profile in users (i) %} {% if i == 2 && ad(200, 90) %}
{[ ad(200, 90) ]}
{% endif %}
{{ profile.username }}

{{ profile.username }}

{% if profile.description %} {{ profile.description }} {% else %} {{ __('default_description', {'name':profile.username}) }} {% endif %}

{{ __('exp_level') }} {{ profile.exp_level }} {% if isset(ranks) %} {{ ranks + i }} {% else %} {{ profile.rank }} {% endif %} {% if profile.rating %}{{ round(profile.rating, 1) }}{% endif %} {% if profile.favourites %}{{ profile.favourites }}{% endif %} {% if profile.comments %}{{ profile.comments }}{% endif %}

{% endfor %} {% if i == 1 && ad(200, 90) %}
{[ ad(200, 90) ]}
{% endif %}